CSS Styling Methods in HTML

1. Inline CSS

This paragraph is styled using inline CSS directly in the HTML tag.

2. Internal CSS

This paragraph is styled using internal CSS defined in the <style> tag within the HTML document.

3. External CSS

This paragraph is styled using external CSS from the style.css file.